Calendar for WinRT
ReentrantObservableCollection<T> Class Members
Properties  Methods  Events


The following tables list the members exposed by ReentrantObservableCollection<T>.

Public Constructors
 NameDescription
Public ConstructorReentrantObservableCollection<T> Constructor  
Top
Public Properties
 NameDescription
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<T>)
Public PropertyInUpdateGets a System.Boolean value determining whether the ReentrantObservableCollection<T> is in update mode (BeginUpdate has been called).  
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Public Methods
 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodBeginUpdatePrevents raising events until the EndUpdate method is called.  
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodEndUpdateEnables raising events. If collection has been changed since the call to the BeginUpdate method, raises PropertyChanged and CollectionChanged events.  
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodMoveMoves the item at the specified index to a new location in the collection.  
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Protected Methods
 NameDescription
Protected MethodClearItemsOverridden. Overrides the default behavior.  
Protected MethodInsertItemOverridden. Overrides the default behavior.  
Protected MethodMoveItemImplements item moving from one location to another.  
Protected MethodOnCollectionChangedRaises CollectionChanged event if the ReentrantObservableCollection<T> is not in update mode.  
Protected MethodRemoveItemOverridden. Overrides the default behavior.  
Protected MethodSetItemOverridden. Overrides the default behavior.  
Top
Public Events
 NameDescription
Public EventCollectionChangedOccurs when an item is added, removed, changed, moved, or the entire list is refreshed.  
Top
Protected Events
 NameDescription
Protected EventPropertyChangedOccurs when a property value changes.  
Top
See Also

Reference

ReentrantObservableCollection<T> Class
C1.Xaml.Calendar Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback